home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / except.zip / MAKEFILE < prev    next >
Text File  |  1993-03-03  |  125b  |  11 lines

  1. !include <ntwin32.mak>
  2.  
  3. all: b4dmsg.dll main.exe 
  4.  
  5. b4dmsg.dll:
  6.     nmake -f b4dmsg.mak
  7.  
  8. main.exe:
  9.     nmake -f main.mak
  10.  
  11.